From 26b1575bf3d4abd407724c0cc6a2365fd78e0b6d Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 19 Nov 2010 13:26:42 +0000 Subject: [PATCH] VPMU: Add the Intel CPU X7542 to the list of supported prcocessors Signed-off-by: Dietmar Hahn --- xen/arch/x86/hvm/vpmu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/x86/hvm/vpmu.c b/xen/arch/x86/hvm/vpmu.c index 5214529a4e..7025ccfa29 100644 --- a/xen/arch/x86/hvm/vpmu.c +++ b/xen/arch/x86/hvm/vpmu.c @@ -120,6 +120,7 @@ void vpmu_initialise(struct vcpu *v) case 23: case 26: case 29: + case 46: vpmu->arch_vpmu_ops = &core2_vpmu_ops; break; } -- 2.30.2